1. GNU Radio介紹 1.1 什么是GNU Radio GNU Radio是一個完全開源的軟件無線電結構平台,它可以用來設計和仿真,也可以用來連接真實的無線電系統。GNU Radio是 ...
1. GNU Radio介紹 1.1 什么是GNU Radio GNU Radio是一個完全開源的軟件無線電結構平台,它可以用來設計和仿真,也可以用來連接真實的無線電系統。GNU Radio是 ...
1. 更新和安裝依賴項 在編譯安裝uhd和gnuradio之前,確保已安裝所需依賴項。Ubuntu系統運行: 安裝UHD和GNURadio所需依賴項: On Ubuntu 16.0 ...
本文講解如何在GNU Radio中添加用戶開發的信號處理模塊,譯文如有不當之處可參考原文地址:http://gnuradio.microembedded.com/outoftreemodules O ...
轉自:寄生的魚https://www.cnblogs.com/jsdy/p/11420189.html#_label1 回到頂部 1.更新軟件包列表,更新系統軟件 ...
安裝需求: USB3 interface Modern multicore CPU (Intel Core i5, Core i7 or equivalent with SSE4.1 ...
綜述 本文通過在GNU Radio 中編寫一個block的例子,系統介紹創建一個block的過程。該 block 的功能是可以在GRC中通過滑塊(WX GUI Slider)來實時改變信號源(Sig ...
Octave 是 GNU Radio 的最流行的分析工具,因此 GNU Radio 軟件包也包含它自身的一組腳本用於讀取和語法分析輸出。本文介紹如何使用 Octave 分析 GNU Radio 產 ...
Application Note Synchronization and MIMO Capability with USRP Devices Ettus Research Introduct ...
Scetion 1: The Flowgraph The flowgraph moves data from sources into sinks. 一個流圖由多個模塊組成,其中一般包括信源(So ...
Gnuradio中使用到了swig來讓python可以調用c++代碼。 轉自:https://blog.csdn.net/qq_26105397/article/details/83153606 ...